home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / program / ConTEXTsetup.exe / {app} / History.txt < prev    next >
Encoding:
Text File  |  2001-06-20  |  33.0 KB  |  622 lines

  1.  
  2. ConTEXT - WHAT'S NEW
  3. ~~~~~~~~~~~~~~~~~~~~
  4.  
  5.  
  6. legend:    ! bug fix
  7.            + added feature
  8.            * changed
  9.  
  10. -------------------------------------------------------------------------------
  11.  
  12.  
  13. v0.96.1a   ! Nasty bug preventing opening files from command line.
  14.  
  15. v0.96.1    + "Lock File For Changes" menu command to display file in view-only
  16.              mode.
  17.            + "Copy To" file menu command to copy current editing file to the
  18.              new file without renaming it in editor.
  19.            + Command line options: /g (go to line), /m (run macro), /r
  20.              (open file in view-only mode), /p (print file), /i (open list of
  21.              files), /s (save file), /c (close file), /e (exit ConTEXT). See
  22.              help file for more info about it.
  23.            + Command line wildcards.
  24.            + New user exec parameters: %e (file extension), %l (current line
  25.              number), %c (current column number) and %w (word under cursor).
  26.            + Default new document highlighter and file format.
  27.            + Last highlighter used is remembered for each file together
  28.              with cursor position (ConTEXT Positions.ini).
  29.            ! Removed limit of max. 255 chars in file names when using "Send to
  30.              ConTEXT" shell command and ConTEXT instance already running.
  31.            ! Problem with '\' character in macros.
  32.            ! Execute keys: "Start In" now works correctly for captured
  33.              execution.
  34.            ! ConTEXT fail to start if there is more than 16 external
  35.              highlighters.
  36.            ! ConTEXT fails to insert the code from template if there is any
  37.              text in front of the insertion point.
  38.            ! In some circumstances, output console window gets zero pixels
  39.              height.
  40.            ! System tray icon tooltip has wrong caption when ConTEXT is
  41.              automatically minimized to tray if no files open.
  42.            ! External highlighters color settings weren't remembered after
  43.              exiting ConTEXT.
  44.            ! "Highlight current line" option wasn't working properly.
  45.            ! Search and replace: If manually replaced the first few
  46.              occurrences, "Replace All" doesn't not replace currently
  47.              highlighted occurrence.
  48.            ! Search and replace: Replace history wasn't properly restored from
  49.              registry.
  50.            ! Find next/previous direction change is more logical.
  51.            ! Search and replace: If '&' char present in find or replaces
  52.              strings, underlined char will appear.
  53.            ! XML highlighter: syntax highlighting after DOCTYPE tag.
  54.            ! Print preview and printing freezes if misspelled header or footer
  55.              macros in page setup dialog.
  56.  
  57. v0.96.0    + Enhanced installation with optional automatic Notepad.exe
  58.              replacement utility.
  59.            + Multithreaded user execution.
  60.            + Terminate user execution button - only Windows NT/2000.
  61.            ! Setting font in print setup wasn't work properly.
  62.            ! Various multilanguage issues.
  63.            ! Short file names in Project / Recent Projects list.
  64.            ! Added HTML help files filter (*.chm) in Environment Options /
  65.              Help files.
  66.            ! Code template inserting now scans token until non-alphanumeric
  67.              character found.
  68.            ! Garbage in text if EscapeChar inserted at the end of the line.
  69.            ! C/C++ highlighter: \ at the end of the line continues multi-line
  70.              string highlighting.
  71.            ! "Close all open files?" dialog disabled when closing project and
  72.              no project files open.
  73.            ! Line numbers digit count in gutter automatically adjusted.
  74.  
  75. v0.95.99   + Project workspaces.
  76.            + Rewritted document printing functions. Color printing supported.
  77.            + Fortran highlighter.
  78.            + Save mode option when executing user keys: current file, all open
  79.              files and nothing.
  80.            + CustomHighlighters.ini divided into separate files in
  81.              Highlighters\ directory. CustomHighlighters.ini is not processed
  82.              any more!
  83.            + Custom highlighters: added sections: EscapeChar, IdentifierBegChars.
  84.            + Possibility to define *.chm file as custom help file. Automatic
  85.              jumping to topic with keyword under cursor not supported yet.
  86.            + "Toggle Selection Mode" menu command.
  87.            ! Custom highlighter files were incorrectly interpreted if tabs
  88.              found in it.
  89.            ! Fixed replacement for Notepad.exe to correctly open file if
  90.              "ConTEXT" subdirectory exists where file is opening.
  91.            ! Access violation when Shift+Tab pressed and previous line is
  92.              empty.
  93.            ! More intelligent cursor positioning when find next/previous
  94.              command performed.
  95.            ! Code template names if language name has invalid char for file
  96.              name (for example, Tcl/Tk).
  97.            ! Underline char ('_') added to HTML highlighter identifier chars,
  98.              so double clicking word containing '_' selects whole word.
  99.            ! Strange issues on Windows NT with file extensions when using
  100.              "Save As" dialog. (thanks to Arno van Amersfoort for coding)
  101.            ! Open and save dialog file filters now include customized file
  102.              extensions.
  103.            ! Text deselected before jumping to bookmark.
  104.            ! HTML exporter: all special and international characters are now
  105.              correctly convering to metacharacters.
  106.            ! Right clicking in editor doesn't move cursor any more.
  107.  
  108. v0.95.4b5  + XML syntax highlighter.
  109.            + C# custom syntax highlighter in CustomHighlightersSample.ini.
  110.            + Clipper custom syntax highlighter in CustomHighlightersSample.ini.
  111.            + ConTEXT registers itself as HTML editor so it appears in Internet
  112.              Explorer list of HTML editors.
  113.            * Rewritten perl highlighter and optimized for speed.
  114.            * Removed FoxPro highlighter.
  115.            ! Various user execute issues. New ConExec.exe provided by Arno van
  116.              Amersfoort (thanks!).
  117.            ! When file name has no extension and using "Save As" dialog, last
  118.              character from file name is truncated.
  119.            ! When '&' character in file name in file tabs or in
  120.              "String not found box", it will be shown as underscored next char
  121.              as shortcut.
  122.            ! Minor issues in RTF exporter.
  123.  
  124. v0.95.4b4  * When file renamed, or doesn't exists when opening, it is removed
  125.              from "Recently Files" list.
  126.            * When opening file that doesn't exists from command line and
  127.              ConTEXT is already open, file is created without error dialog.
  128.            ! When using "Save As" or "Rename" command with files in Unix and Mac
  129.              format, file could be lost.
  130.            ! Short DOS file name is expanded to long when opening in ConTEXT.
  131.            ! Output console now correctly displays compiler output lines ending
  132.              with 0x0A char.
  133.  
  134. v0.95.4b3  ! Custom highlighters weren't listed properly in Open and Save file
  135.              dialogs.
  136.            ! More intelligent changing file types in "Save As" dialog.
  137.            ! Custom highlighter language names didn't appear in
  138.              "Customize Types" and "Save As" dialog.
  139.  
  140. v0.95.4b2  + Added keyword group "KeyWords3" to custom highlighter.
  141.            + "Replace original extension with .BAK" option.
  142.            ! Incorrect file tabs width when creating new file.
  143.            ! File icon didn't show in file tabs in some cases.
  144.            ! File tabs visibility wasn't restored after restarting ConTEXT.
  145.            ! Custom highlighter collision between LineComment and
  146.              BlockCommentBeg if beginning with same character.
  147.            ! "Error opening file" message when opening file of size 0.
  148.  
  149. v0.95.4    + Compiler output parser for positioning on error line. Use double
  150.              click on error line in output console window or "Jump to error
  151.              line" pop-up menu command.
  152.            + Code template list when inserting template to code.
  153.            + Custom highlighters:
  154.                - LineComment, BlockCommentBeg and BlockCommentEnd keywords to
  155.                  define comment blocks more flexible
  156.                - StringBegChar, StringEndChar and MultilineStrings keywords to
  157.                  define strings more flexible
  158.               See CustomHighlightersSample.ini as example.
  159.            + "Shell execute" command in Tools menu which executes current file
  160.              in associated application.
  161.            + "popa" instruction added to x86asm highlighter.
  162.            + C/Java-style block { .. } autoindent/unindent for PHP and Perl
  163.              highlighters.
  164.            + Click on gutter selects current line.
  165.            + '%s' user exec parameter to insert "Start in" directory.
  166.            + Rewritten Find/Replace functions. Now it's possible to record
  167.              find commands in macros without popping Find dialog.
  168.            + Replace in selected text.
  169.            + "Remember Find/Replace dialog options" option.
  170.            + Horizontal scrollbar in Output console and Find in all files
  171.              list box.
  172.            + Folders can be added to File browser favorites.
  173.            + Keeping cursor Y position when moving vertically if "Allow
  174.              cursor after end of line" option is off.
  175.            + "Multiline file tabs" option to se file tabs as single or
  176.              multiline.
  177.            * Active file tab now changes font style to bold.
  178.            * When selecting the colors for syntax highlighting the font used in
  179.              the preview is that selected for use in the editor.
  180.            * Rewritten edit position storing. As result, ConTEXT loads faster
  181.              and problems with huge .ini files are eliminated.
  182.            * Changed those stupid 1/2/3/4 icons in toolbar with more stupider
  183.              icons :)
  184.            * If compiler output line contains only CR at the end of the line,
  185.              it wouldn't be shown anymore. Borland uses CR to display compilation
  186.              progress.
  187.            ! When canceling Rename File command, editing file was deleted!
  188.            ! "Out of resources" error under certain circumstances when File
  189.              browser active and exiting ConTEXT.
  190.            ! Right click on file tab selects file before pop-up menu is shown.
  191.            ! Finally, user exec works as it should.
  192.            ! Manage macros dialog caused problems with macros that have find
  193.              commands.
  194.            ! Problem with focusing ConTEXT when restored from system tray.
  195.            ! Error opening more than one file with "Send to ConTEXT" shell
  196.              command when ConTEXT is started.
  197.            ! Problems with focusing previously active window when exiting
  198.              ConTEXT and stay on top turned on.
  199.            ! Fixed file tabs order mixing.
  200.            ! Reduced flickering when switching between files, opening large
  201.              number of files with "Send to" shell command, closing all files
  202.              etc...
  203.            ! Last directory used wasn't remembered if more than one file opened
  204.              in open dialog.
  205.  
  206. v0.95.3a   + Popup menu in Console output window and Search results window
  207.              with "Copy contents to clipboard", "Clear" and "Hide" commands.
  208.            + "Visible file tabs icons" option.
  209.            ! User exec: Command was incorrectly interpreted when space is
  210.              present in command.
  211.            ! User exec: Start directory was incorrectly interpreted.
  212.            ! When "Detect file changes by other application" option is checked
  213.              and focusing ConTEXT by clicking on scrollbar, unpredictable
  214.              selection ocure and scrollbar sometimes get messed.
  215.            ! ConTEXT freezes when reformatting paragraph which contains word
  216.              larger than right margin.
  217.            ! Under certain circumstances File explorer visibility wasn't
  218.              correctly saved to registry.
  219.            ! Access violation when closing ConTEXT with _many_ files open and
  220.              File explorer visible.
  221.            ! Incorrect selecting files when clicking in File browser and
  222.              Small icons view is selected.
  223.  
  224. v0.95.3    + Added translation to Polish (thanks to Piotr Murawski).
  225.            + "CaseSensitive" option to CustomHighlighter.ini.
  226.            + User exec: it's possible to assign % variables to "Execute" and
  227.              "Start in" fields.
  228.            + "Minimize to system tray environment" option.
  229.            + Bookmarked line now appears in "View/Jump to bookmark" menu.
  230.            + Macro recorder now supports find command.
  231.            + Added file icons to file tabs.
  232.            + Added file icons to favorites list in file explorer.
  233.            * Default file type in Open and Save dialogs is the type of
  234.              currently editing file.
  235.            * When print preview window is resized, document preview is
  236.              repainted to maintain proportions.
  237.            * Updated all language files for missing keys.
  238.            * Window menu now shows full path to files.
  239.            * User exec optional parameter changed from "?" to "%?"!
  240.            ! Floating point exception when print preview window is resized to
  241.              zero width and height.
  242.            ! Begining of some lines truncated if file is mixed format DOS/Mac.
  243.            ! PHP highlighter bug: "\\" string was incorrectly highlighted.
  244.            ! Find dialog: fixed search from the top of the file.
  245.            ! Last directory used will not remembered if it is floppy drive.
  246.            ! Macro recorder failed loading macro file when ecString command
  247.              contains double quote character.
  248.            ! Open and Save dialogs now include custom defined file types.
  249.            ! User exec optional parameter input dialog remembers last input.
  250.  
  251. v0.95.2c   + Added translation to Dutch (thanks to Arno Verhoeven).
  252.            + "Allow multiple instances" option.
  253.            + "Rename File" menu command.
  254.            + When saving file, bookmarks are saved together with last cursor
  255.              position.
  256.            + "Stay on top" menu command and toolbar button.
  257.            * User exec hints appears as menu items in Tools menu instead
  258.              "User Command #".
  259.            ! When doubleclicked in file explorer whitespace area, access
  260.              violation error ocurs.
  261.            ! When word wrapping is toggled and more than one file is opened,
  262.              cursor disappears.
  263.            ! Fixed "Case sensitive" checkbox shortcut in Find/replace dialog.
  264.            ! JavaScript highlighter: "\"" is now properly highlighted.
  265.  
  266. v0.95.2b   + HelpFile definition added to CustomHighlighter.ini.
  267.            + Added translation to Slovakian (thanks to Marek Smolik).
  268.            + Added translation to Chineese (thanks to afi).
  269.            ! Exception error occurs when more than one custom highlighter is
  270.              defined.
  271.            ! If backup file is readonly, it will be overwritten without
  272.              reporting any error.
  273.  
  274. v0.95.2a   ! Under specific circumstances code template wasn't updated
  275.              properly until reopening project or editing file.
  276.  
  277. v0.95.2    + Code templates! See ReadMe.txt for details.
  278.            + For each file type can be defined help file which will be invoked
  279.              when user press F1. Help file will try to find keyword under
  280.              cursor.
  281.            + Commenting/uncommenting code block with Ctrl+Shift+C.
  282.            + Selecting text in braces with Ctrl+Shift+M: Same as match brace
  283.              (Ctrl+M) but text in braces is selected.
  284.            + When marking block with mouse, holding Alt key switches to
  285.              columnar selection mode.
  286.            + Printing selected text only.
  287.            + Printing line numbers.
  288.            + Added option "Show user exec completition dialog" to show dialog
  289.              afer execution is finished.
  290.            + Added option "Remember last directory used".
  291.            + ConTEXT now saves Search Results and Console Output dimensions.
  292.            + List of all supported file types in SaveAs dialog.
  293.            + Updated JavaScript highlighter with couple of keywords.
  294.            + Updated SQL highlighter with couple of keywords.
  295.            * Highlight current line option is unchecked by default.
  296.            * Find dialog remembers origin after closing.
  297.            ! Finally fixed all icons. If you've got ConTEXT already installed,
  298.              rebuild icon cache to fix icons.
  299.            ! Left locked files saved in UNIX and MAC on network drive. Some
  300.              users reported that saved file had zero size on local drive.
  301.            ! Trimming trailing spaces now works how it should work.
  302.            ! Tons of minor internal bugfixes.
  303.  
  304. v0.95.1a   ! When opening existing file with size 0, it will be saved in UNIX
  305.              format.
  306.            ! Automatic outdent with C/Java files was incorrect when "Allow
  307.              caret after EOL" is unchecked.
  308.            ! Execute keys: If "Use short DOS names" is checked and file name
  309.              is already short, execution error will ocure.
  310.            ! Wordwrap button stays down if word wrapping active.
  311.  
  312. v0.95.1    + Translation to Hungarian (thanks to Akos Keresztes)
  313.            + Translation to Galician (thanks to Ant≤n MΘixome)
  314.            + Translation to French (thanks to adrahon@ifrance.com)
  315.            + Translation to Estonian (thanks to Ain Vagula)
  316.            + File explorer with favorites list
  317.            + Wordwrap toolbar button and menu option
  318.            + "Trim trailing spaces" option
  319.            + "Use short DOS names" option for execute keys.
  320.            * Removed "Right edge visible" option
  321.            * Added '$', '#', '{' and '}' to separators
  322.            * Execute keys: Quotes automatically added in parameters %n %f %p
  323.              when using long file names.
  324.            * Execute keys: when "Start in" left blank, default directory is
  325.              directory where editing file is located.
  326.            * Replace button in Find/Replace dialog finds next string occurence
  327.              after replacing.
  328.            * Export to HTML now sets default font size instead size 3.
  329.            ! Minor undo/redo issues.
  330.            ! File size wasn't displayed if file is read only.
  331.            ! File types list associated to ConTEXT wasn't complete.
  332.            ! Fixed tabs->spaces and space->tabs conversion issues.
  333.            ! Extra junk character in comments added when unix-style (#)
  334.              comments are defined in custom highlighter.
  335.            ! ConTEXT instance was unable to open files containing relative path.
  336.            ! When opening files, checking whether file is opened or not is now
  337.              case insensitive.
  338.            ! "Backup file on save" remains checked when unchecked and current
  339.              directory is used.
  340.  
  341. v0.95.0b   + Custom highlighter: NumConstBegChars which defines with which
  342.              character numerical constant can begin.
  343.            + Custom highlighter: NumConstChars which defines numerical constant
  344.              characters.
  345.            ! Custom highlighter: CurrLineHighlighted now works.
  346.  
  347. v0.95.0a   + Translation to Spanish.
  348.            * C/Java-style blocking now supporting "other" indentation style.
  349.  
  350. v0.95.0    + Custom syntax highlighter (beta version, not fully featured yet).
  351.            + Tcl/Tk highlighter.
  352.            + C/Java-style block { .. } autoindent/unindent option.
  353.            ! Fixed some translations.
  354.  
  355. v0.94.3    + "Manage macros" dialog where user can rename, remap to other key
  356.              or enable/disable macros.
  357.            + ConTEXT has now icon in "Send To" shell menu.
  358.            + PHP highlighter.
  359.            + "Default SQL dialect" option (Options/Misc) to select between:
  360.              Standard, Interbase6, MSSQL7, Oracle and Sybase SQL highlighting.
  361.            + Highlighters combo in toolbar.
  362.            + Toolbar icons are now enabled/disabled, depending of their
  363.              availability.
  364.            * Find dialog now remember last search string.
  365.            * Removed dialog to select macros to save.
  366.            * Changed default background colors of all highlighters to clWindow.
  367.            * Changing text format (DOS/UNIX/MAC) sets modified flag.
  368.            ! Bug in search engine: string not found if columnar selection mode
  369.              is active.
  370.            ! Macro shortcut deleted when called from "Play macro" dialog.
  371.            ! Hexadecimal numbers were incorrectly highlighted in assembler
  372.              highlighter.
  373.            ! SQL highlighter crashes ConTEXT if '\' is typed.
  374.  
  375. v0.94.2    + "Go To Line" menu command.
  376.            + "Save macros at exit" option.
  377.            + "Hide mouse cursor when typing" option.
  378.            * Save As dialog sets current extension as default.
  379.            ! ConEXEC.exe was damaged and it wasn't valid executable file, so
  380.              error was reported when executing external programs.
  381.            ! Bug in C/C++ highlighter engine: in some cases commented block
  382.              wasn't highlighted properly.
  383.            ! Incorrect console output font setting when opening ConTEXT.
  384.  
  385. v0.94.1    ! Fixed bug in extension recognition engine.
  386.  
  387. v0.94.0    + Export to HTML and RTF.
  388.            + Python syntax highlighter.
  389.            + Backup directory option.
  390.            + Files can be dragged from Explorer to ConTEXT when no file is
  391.              open.
  392.            + Remove trailing spaces menu command.
  393.            + ReadOnly indicator.
  394.            + Translation to Brazilian Portuguese (thanks to Fabio Band).
  395.            + Create new file when ConTEXT opens without file name option.
  396.            + Notepad.exe has some icon now.
  397.            * Max number of characters per line increased to 4096.
  398.            * Recent files count increased to 12.
  399.            * There's no need to have Edres.dll anymore - you can freely delete
  400.              it if it's present from previous installation.
  401.            ! Status bar wasn't cleared when last file is closed.
  402.            ! Incorrect syntax highlighting text attributes handling in options
  403.              dialog.
  404.            ! Access violation error when file opened in ConTEXT is deleted from
  405.              disk.
  406.            ! Access violation error when using find in multiple files.
  407.            ! Removed some flicker when starting ConTEXT.
  408.            ! Removed language change flicker when starting ConTEXT.
  409.  
  410. v0.93.3    * Updated translation to Russian.
  411.            ! Serious bug when saving files containing tabs.
  412.  
  413. v0.93.2    + Setting output console font.
  414.            ! Better handling file names when calling ConTEXT from command line.
  415.            ! If file from command line doesn't exist, it will be created.
  416.            ! Messed up cursor shapes strings in options dialog.
  417.            ! Removed window border when maximize ConTEXT.
  418.  
  419. v0.93.1    ! Finally fixed runtime error when exiting ConTEXT.
  420.            ! C++ highlighter: character '\\' caused the rest of line to be
  421.              highlighted as string.
  422.  
  423. v0.93.0    + Hard-tabs support when saving files. Spaces will be converted to
  424.              tabs if source file has tabs and Tabs save mode is Automatic or
  425.              Tabs save mode is Force tabs, otherwise, tabs will be expanded to
  426.              spaces.
  427.            + Translation to Czech (thanks to Milan Kosina).
  428.            + Translation to Italian (thanks to Paolo Rossi).
  429.            + Added .frm to default extensions for Visual Basic highlighter If
  430.              you already have ConTEXT installed, configuration will not be
  431.              modified and you'll have to define it manually.
  432.              (Tools/Set highlighter/Customize types).
  433.            + Fill selected block command (works only with columnar selection
  434.              mode).
  435.            + "Minimize ConTEXT if no files open" option.
  436.            * Message "Finished." when finished user exec command console
  437.              capture.
  438.            * When converting tabs to spaces, ConTEXT uses "Tab width" setting,
  439.              not default width (8).
  440.            ! Optimized loading functions resulting in faster files opening.
  441.            ! C++ highlighter: string "\\" caused the rest of line to be
  442.              highlighted as string.
  443.            ! Update user definable button hints after leaving Options dialog.
  444.            ! When ConTEXT is started and some of dialogs are open, it wasn't
  445.              able to open other file doubleclicked in Explorer.
  446.            ! When print preview used system "Message Box" font color as default
  447.              color. Now this color is overriden and set black as default.
  448.            ! Changing text case in columnar selected block messed up text.
  449.            ! Minor cosmetical changes.
  450.  
  451. v0.92.8    + Translation to Russian (thanks to Ervins Strauhmanis).
  452.            ! Freezing in C++ highlighter when after directive definition
  453.              stands '//' comment.
  454.            ! Some controls resized to correctly display non-english
  455.              translations.
  456.            ! Selection mode status panel update.
  457.  
  458. v0.92.7    + Shortcut for ConTEXT exit (Alt-X).
  459.            + Translation to Croatian.
  460.            + Translation to German (thanks to Armin Hoppe).
  461.            ! Some multilanguage support changes.
  462.            ! Minor cosmetical changes.
  463.  
  464. v0.92.6    + Multilanguage support. Now i'm waiting for some translations to be
  465.              done.
  466.            + Added .vbs to default extensions for Visual Basic highlighter and
  467.              .asp to default extensions for HTML highlighter. If you already
  468.              have ConTEXT installed, configuration will not be modified and
  469.              you'll have to define it manually (Tools/Set highlighter/Customize
  470.              types).
  471.            ! Wrong ConTEXT position remembering when taskbar is on the top of
  472.              the screen and autohide taskbar option is off.
  473.            ! Removed long delay when Environment options dialog is about to
  474.              show caused by registry scanning for file associations.
  475.            ! Fixed problems with regional settings.
  476.  
  477. v0.92.5    + "Scroll after end of line" option to enable or disable caret
  478.              wrapping at the end of line.
  479.            + "Enhance HomeKey positioning" options to enable or disable caret
  480.              positioning at first non-blank character in line (Visual Studio
  481.              alike).
  482.            * When executing user defined command and "Save editing file before
  483.              execution" is checked, file is now saved only if it's modified.
  484.            * More logical file tabs behaivour.
  485.            ! Problem with showing forms on multiple monitor systems. Now all
  486.              forms are shown on the monitor where ConTEXT is placed.
  487.            ! Fixed F12 shortcut conflict (Save as and user command).
  488.            ! Fixed block indent/outdent behaivour when playing recorded macro.
  489.  
  490. v0.92.4    + Saving recorded macros to disk and additional macro management in
  491.              Tools menu.
  492.            * Increased maximal macro size to 2048 keystrokes.
  493.  
  494. v0.92.3    * Current line is not highlighted with special color if selection
  495.              is available.
  496.            ! When ConTEXT is minimized, opening another file in explorer will
  497.              only restore ConTEXT, not open selected file.
  498.            ! Removed default extension ".txt".
  499.            ! When canceling "Save As" dialog, file is marked as unchanged.
  500.            ! Changing highlighter for current file doesn't change all properties.
  501.  
  502. v0.92.2    * Console output window appears only if there is some output.
  503.            ! User exec commands are now extension case insensitive.
  504.  
  505. v0.92.1    + "Automatically update changed files" option.
  506.            ! Access violation error when opening SQL files from command line.
  507.            ! Preventing multiple 'File is modified by other application'
  508.              dialogs.
  509.            ! Strange behaviour when having @@ chars at the beginning of the line
  510.              of the SQL file.
  511.            ! "Contol has no parent window." error message when shutting Windows
  512.              down with ConTEXT open.
  513.  
  514. v0.92.0    + Show find/replace dialog information option.
  515.            + Replace in all open files.
  516.            + Origin setting when in Find/Replace dialog.
  517.            + Console output window - capturing user executed commands in
  518.              console mode.
  519.            ! Large fonts settings problems.
  520.            ! Troubles displaying file tabs when width exceeds editor width.
  521.            ! Enabling windows animation after ConTEXT started if it's disabled
  522.              by default.
  523.            ! More flicker removed when creating new file and switching between
  524.              files.
  525.  
  526. v0.91.5    + Setting temporal syntax highlighter for currently editing file.
  527.            + Customizing highlighters for specific file types.
  528.            + 80x86 assembler highlighter.
  529.            + Current line color setting for every highlighter separately.
  530.            ! Close All haven't work properly.
  531.  
  532. v0.91.4    + Macro recorder: added commands Find Next, Find Previous.
  533.            + Columnar sorting.
  534.  
  535. v0.91.3    * Blinking indicator when macro is recording.
  536.            * Overwrite warning in Save As dialog.
  537.            * Save As dialog has now as default file name currently editing
  538.              file name.
  539.            * Default file extension in Save As dialog is "txt".
  540.            ! Save All button did not save all files.
  541.            ! When canceling Save As dialog, error message appears.
  542.  
  543. v0.91.2    + Support for DOS, UNIX and MAC text formats, as well as conversion
  544.              between formats.
  545.            + Added icon to Notepad.exe replacement.
  546.            ! Removed ugly flicker when switching windows.
  547.            ! Runtime error when trying to printing when no printer driver is
  548.              installed.
  549.            ! Printing / page setup / changing measuring units wasn't affect
  550.              to margin sizes immediately.
  551.            ! Help was compiled with wrong international settings.
  552.            ! Rare runtime error when installing ConTEXT.
  553.  
  554. v0.91.1    + Defining start directory when performing user defined commands.
  555.            + Macro recorder (beta release, not fully featured).
  556.            ! Few undo engine bugs.
  557.  
  558. v0.91.0    + Text printing and print preview capability.
  559.            + ConTEXT registrates itself in "Application path" registry key when
  560.              installed.
  561.            + Original Windows Notepad.exe replacement (more about this can be
  562.              found in ReadMe.txt).
  563.            ! ConTEXT freezing in rare situation when one file in editor is
  564.              changed by other application and other file is opening to edit
  565.              from explorer.
  566.            ! Few missing word delimiters added.
  567.            ! Mouse wheel doesn't scroll editor file anymore if cursor is out of
  568.              editing area.
  569.  
  570. v0.90.6    ! Syntax highlighting problem with FoxPro, SQL, CGI and Perl files.
  571.  
  572. v0.90.5    + FoxPro syntax highlighter.
  573.            + User exec keys hints to toolbar icons.
  574.            + When block selected, Tab and Shift+Tab indents and unindents
  575.              selected block just as Ctrl+I/U.
  576.            + Selection mode status panel indicator (Normal/Column).
  577.            * Redesigned color selection and added color picker in Options dialog.
  578.            * Options dialog renamed to Environment Options.
  579.            * Default colors for SQL syntax highlighter.
  580.            * Shift+Backspace acts as Backspace.
  581.            ! Assigning more than one text style attribute to highlighting item
  582.              caused copying styles to other items.
  583.            ! Added "[]'" as delimiters when passing word under cursor to find
  584.              dialog.
  585.            ! Clicking on email label in About dialog now opens only default
  586.              mail program.
  587.            ! Ugly fonts in status panels when using other than small system
  588.              fonts.
  589.  
  590. v0.90.4    + 'Detect File Changes by external application' option.
  591.            + 'Save file before execution' user exec keys option.
  592.            + Inserting file feature.
  593.            ! Main menu shortcut conflict (Format, Tools).
  594.  
  595. v0.90.3    + Added '?' userexec parameter.
  596.            + Added '%F' userexec parameter.
  597.            + Enabling and disabling menu items, regarding of their enabled
  598.              functionality.
  599.            * Replace All button now replaces all occurences of searched string,
  600.              from the beginning of file, regardless of current cursor position.
  601.            ! Bug not allowing font and font size change.
  602.  
  603. v0.90.2    + New option: word wrap while typing.
  604.            + Reformat paragraph from cursor position.
  605.            ! Nasty bug on Win9x systems while remembering last main window
  606.              position.
  607.            ! Help file finally included.
  608.  
  609. v0.90.1    + Setting file associations in Options dialog.
  610.            + Insert/overwrite status bar indicator.
  611.            + Modified status bar indicator.
  612.            + File tabs popup menu.
  613.            + Line numbers.
  614.            + Undo after save option.
  615.            + Gutter settings.
  616.            * Now every opened file has it's own status bar.
  617.            * Optimized registry writting resulting in faster ConTEXT quitting.
  618.            ! Toolbar help icon now shows some help.
  619.  
  620. v0.90        Initial release
  621.  
  622.